home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / wb / DirScanner.lha / DirScanner / Docs / History < prev    next >
Encoding:
Text File  |  2000-06-24  |  5.6 KB  |  99 lines

  1. V2.10             * Renamed ARexx.guide to DS_ARexx.guide as there were name
  2. (2000-06-24)        conflicts with ie. ImageFX. [Andreas Mixich]
  3.                   * Added a finnish translation from Sami Erikkilä.
  4.                   * Added a useufl Rexx script from Andreas Mixich.
  5.                   * Some updates in the guide.
  6.                   * Added a spanish translation from Oscar Hernández Camacho
  7.                     one-time-proof-read by Dámaso Domínguez.
  8.                   * Set the stack higher. [Armin H. Pöhlmann]
  9.  
  10. V2.9              * Added a norse translation from Johnny Normann.
  11. (2000-05-31)      * Added a Rexx attribute "ISSELECTED". Have a look in the
  12.                     chapter of "GET" for details. [Nils Görs]
  13.                   * Added the command "GOTO", see the ARexx.guide for details.
  14.                     [Nils Görs]
  15.                   * Added new scripts from Nils Görs.
  16.                   * Increased some buffers. When you search not by contents
  17.                     and with no DT Recog and with Quiet List, DirScanner is
  18.                     even even faster than before.
  19.  
  20. V2.8              * Changed the format of the prefs file. It is a IFF file
  21. (2000-05-11)        now thus the format will not have to change so soon again.
  22.                   * The datatype recognition can be switched off now. Together
  23.                     with "Quiet list", DirScanner is fast even when adding many
  24.                     matches. [Nils Görs]
  25.                   * Removed the busy bar as it was just braking the scan.
  26.                   * Some optimizations done.
  27.                   * The nasty bug was even nastier than in 2.7...hopefully
  28.                     fixed now. [Lars Kristian Larsen]
  29.                   * New Rexx-Entries in the prefs window get automatically
  30.                     selected. [Pascal Chiozzi]
  31.  
  32. V2.7              * Fixed a _very_ nasty bug, that made the delete function
  33. (2000-04-13)        delete all entries if the first entry was selected.
  34.                     [Denis Zwornarz]
  35.                     
  36. V2.6              * "#?" is now the initial pattern. [Jeff Pierce]
  37. (2000-04-11)      * Speeded up "Search by contents".
  38.                   * Finally recompiled with SAS/C 6.58.
  39.                   * Removed the "no prefs" requester, as some user use the
  40.                     default and get annoyed by it. [Sebastian Bauer]
  41.                   * Replaced all HookEntrys with registrized parameters.
  42.                     That should speed up some things a little bit.
  43.                   * Added a french catalog from Pascal Chiozzi.
  44.                   * Speeded extremly up the search routine by using ExAll().
  45.                     [Sebastian Bauer]
  46.                   
  47. V2.5              * Fixed a bug that made CopyTo not work. [Bill Duxbury]
  48. (2000-04-01)
  49.  
  50. V2.4              * Added some sample rexx-scripts from Nils Görs.
  51. (2000-03-29)      * Remaped the icons for OS 3.5.
  52.                   * Delete file button added. [Denis Zwornarz]
  53.                   * Rexx command "DELETE" added.
  54.                   * Fixed a bug in the scanner module: when having aborted
  55.                     a scan, the following would search only the first path.
  56.                   * If a path is removed, all matches found in it will be
  57.                     removed too. [Bill Duxbury]
  58.                   * Added search by contents. [Nils Bandener]
  59.                   * The matches listview now supports multiselection. This
  60.                     effects on the functions from the toolbar (except of copy
  61.                     to clipboard) and their Rexx equivalents. [Nils Görs]
  62.                   * New Rexx commands added: "SELECT" and "UNSELECT".
  63.                   * New attribute for "GET" and "SELECT" added: "SELECTED".
  64.                     [Nils Görs]
  65.                   * Added preferences window and file.
  66.                   * Recompiled with vbcc which should produce better code.
  67.                   * Changed the path list from List to NList -> why should be
  68.                     both loaded?
  69.                   * Added prefs window with following options: Quiet list,
  70.                     Recurse, Viewer, Help guide, ARexx path, Default destination.
  71.                   * RexxMenu with up to 10 items added.
  72.                   * Install script removed as I have no time to keep it recent.
  73.                     If anyone is interested to do it mailto:hynek@hys.in-berlin.de .
  74.                   * Added "PUBSCREEN" attribute for "GET" (with kind support from
  75.                     Sebastian Bauer, thank you!). [Nils Görs]
  76.                   * Added a NewIcon from Luca Longone.
  77.  
  78. V2.3              * Renamed "ACT_PATH" and "ACT_MATCH" to "PATH_CURS"
  79. (2000-03-07)        and "MATCH_CURS" in "SET" and "GET".
  80.                   * Added "VERSION" attribute for "GET". [Nils Görs]
  81.                   * Added "LOCKGUI" attribute for "SET" and "GET". [Nils Görs]
  82.                   * "GET MATCHFILE <nr>" is also supported now. [Nils Görs]
  83.                   * Added menuitem "Execute ARexx-Script...". [Nils Görs]                  
  84.  
  85. V2.2              * Added new Rexx command: "TOGGLE". Have a look
  86. (2000-02-26)        into the Rexx chapter for details. [Nils Görs]
  87.                   * Added attribute for the iconify state. See
  88.                     the "SET", "GET" and "TOGGLE" chapters in
  89.                     the Rexx guide how to utilitize it.
  90.                   * Some optimizations in the Rexx modules.
  91.                   * Fixed another crash in the CopyFile routine. [Bill Duxbury]
  92.                   * Enhaced the CopyFile routine.
  93.  
  94. V2.1              * Installscript included.
  95. (2000-02-25)      * Nasty crash fixed if copying big files. [Bill Duxbury]
  96.  
  97. V2.0              * Too much changes to be listed here please read the
  98. (2000-02-20)        manual.
  99.